Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-03-10 14:51:02 +0400
committerNicolas George <nicolas.george@normalesup.org>2013-03-10 16:45:15 +0400
commitf9b34b8bf967e8e80df9bcb4a16556a9d4526484 (patch)
treee2d11f970af4565a30b43a4e6303fc426bf35b94 /ffmpeg.h
parentf185a040b0d5f6766c8016cc84b415d414d38246 (diff)
ffmpeg: port sub2video to AVFrame.
And re-enable the FATE test.
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index d7046fd1e3..a04913e793 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -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;