diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-03-10 11:51:02 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-03-10 13:45:15 +0100 |
commit | f9b34b8bf967e8e80df9bcb4a16556a9d4526484 (patch) | |
tree | e2d11f970af4565a30b43a4e6303fc426bf35b94 /ffmpeg.h | |
parent | f185a040b0d5f6766c8016cc84b415d414d38246 (diff) | |
download | ffmpeg-f9b34b8bf967e8e80df9bcb4a16556a9d4526484.tar.gz |
ffmpeg: port sub2video to AVFrame.
And re-enable the FATE test.
Diffstat (limited to 'ffmpeg.h')
-rw-r--r-- | ffmpeg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |