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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-12 02:13:21 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-08-12 02:13:21 +0400
commit98fd8a78487f03998cb9d552ae2b7d7aee3ce4f1 (patch)
tree22ea5fe15bd68aa07f05159be7512954065b51d9 /libavcodec/internal.h
parenta5ef7960fc96ed773acc4149104d6acf534e8a87 (diff)
avcodec: Remove ff_packet_free_side_data, use av_packet_free_side_data
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 477cdaf4da..89592437c0 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -140,11 +140,6 @@ int ff_init_buffer_info(AVCodecContext *s, AVFrame *frame);
void avpriv_color_frame(AVFrame *frame, const int color[4]);
-/**
- * Remove and free all side data from packet.
- */
-void ff_packet_free_side_data(AVPacket *pkt);
-
extern volatile int ff_avcodec_locked;
int ff_lock_avcodec(AVCodecContext *log_ctx);
int ff_unlock_avcodec(void);