ffmpeg: port sub2video to AVFrame.

And re-enable the FATE test.
This commit is contained in:
Nicolas George
2013-03-10 11:51:02 +01:00
parent f185a040b0
commit f9b34b8bf9
4 changed files with 34 additions and 30 deletions

View File

@ -255,7 +255,7 @@ typedef struct InputStream {
struct sub2video {
int64_t last_pts;
int64_t end_pts;
AVFilterBufferRef *ref;
AVFrame *frame;
int w, h;
} sub2video;