Mercurial > libavcodec.hg
comparison mpegvideo.h @ 2024:f65d87bfdd5a libavcodec
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
| author | michael |
|---|---|
| date | Tue, 18 May 2004 17:09:46 +0000 |
| parents | f089d25c82f0 |
| children | 4225c131a2eb |
comparison
equal
deleted
inserted
replaced
| 2023:50e92cec1b84 | 2024:f65d87bfdd5a |
|---|---|
| 811 DCTELEM block[6][64], | 811 DCTELEM block[6][64], |
| 812 int motion_x, int motion_y); | 812 int motion_x, int motion_y); |
| 813 void ff_mpeg1_encode_init(MpegEncContext *s); | 813 void ff_mpeg1_encode_init(MpegEncContext *s); |
| 814 void ff_mpeg1_encode_slice_header(MpegEncContext *s); | 814 void ff_mpeg1_encode_slice_header(MpegEncContext *s); |
| 815 void ff_mpeg1_clean_buffers(MpegEncContext *s); | 815 void ff_mpeg1_clean_buffers(MpegEncContext *s); |
| 816 int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size); | |
| 816 | 817 |
| 817 | 818 |
| 818 /** RLTable. */ | 819 /** RLTable. */ |
| 819 typedef struct RLTable { | 820 typedef struct RLTable { |
| 820 int n; ///< number of entries of table_vlc minus 1 | 821 int n; ///< number of entries of table_vlc minus 1 |
| 850 extern const int16_t ff_mpeg4_default_non_intra_matrix[64]; | 851 extern const int16_t ff_mpeg4_default_non_intra_matrix[64]; |
| 851 extern const uint8_t ff_h263_chroma_qscale_table[32]; | 852 extern const uint8_t ff_h263_chroma_qscale_table[32]; |
| 852 extern const uint8_t ff_h263_loop_filter_strength[32]; | 853 extern const uint8_t ff_h263_loop_filter_strength[32]; |
| 853 | 854 |
| 854 | 855 |
| 856 /* h263.c, h263dec.c */ | |
| 855 int ff_h263_decode_init(AVCodecContext *avctx); | 857 int ff_h263_decode_init(AVCodecContext *avctx); |
| 856 int ff_h263_decode_frame(AVCodecContext *avctx, | 858 int ff_h263_decode_frame(AVCodecContext *avctx, |
| 857 void *data, int *data_size, | 859 void *data, int *data_size, |
| 858 uint8_t *buf, int buf_size); | 860 uint8_t *buf, int buf_size); |
| 859 int ff_h263_decode_end(AVCodecContext *avctx); | 861 int ff_h263_decode_end(AVCodecContext *avctx); |
