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:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-06-10 16:29:06 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-06-12 14:26:54 +0300
commite7af52a68dde9144b273a9598b60bf0f56e1323b (patch)
tree02d50284df085ec579aceceb4bea916a2e4b6b65 /libavcodec/mpegvideo.h
parente3d0f49abb20a551bf6d885f75c354d6d0bbeb9d (diff)
mpegvideo: rv10: Move function declaration to a separate header
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 667566aacc..372c6cfc20 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -659,9 +659,4 @@ static inline int get_bits_diff(MpegEncContext *s){
return bits - last;
}
-/* rv10.c */
-int ff_rv10_encode_picture_header(MpegEncContext *s, int picture_number);
-int ff_rv_decode_dc(MpegEncContext *s, int n);
-void ff_rv20_encode_picture_header(MpegEncContext *s, int picture_number);
-
#endif /* AVCODEC_MPEGVIDEO_H */