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:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-09 21:58:41 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-12-09 22:37:53 +0400
commit7a901eb33af6a079d0ce4045c64eda858884f861 (patch)
tree8866db461e8256270efc602429f4a79265272f51 /libavcodec/internal.h
parent58f70f17017ec586a50f1fea4a744cbd11f74796 (diff)
parent37a749012aaacc801fe860428417a6d7b81c103f (diff)
Merge commit '37a749012aaacc801fe860428417a6d7b81c103f'
* commit '37a749012aaacc801fe860428417a6d7b81c103f': lavc: rework handling of refcounted_frames=0 Conflicts: libavcodec/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index f06efe7e54..35bfcd4755 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -91,7 +91,7 @@ typedef struct AVCodecInternal {
*/
int last_audio_frame;
- AVFrame to_free;
+ AVFrame *to_free;
FramePool *pool;