Aurelien Jacobs
|
3856e7c4aa
|
matroskadec: remove unused levelup parameter from ebml_read_element_id()
Originally committed as revision 14586 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:43 +00:00 |
|
Aurelien Jacobs
|
44cea7651b
|
matroskadec: extract read_level_up out of ebml_read_element_id
Originally committed as revision 14585 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:40 +00:00 |
|
Aurelien Jacobs
|
dfde36a33e
|
matroskadec: remove useless levelup check
Originally committed as revision 14584 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:37 +00:00 |
|
Aurelien Jacobs
|
051ef5cef5
|
matroskadec: remove useless check for cluster presence
Originally committed as revision 14583 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:34 +00:00 |
|
Aurelien Jacobs
|
28ba69e097
|
matroskadec: cosmetics: placement of 'else if'
Originally committed as revision 14582 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:31 +00:00 |
|
Aurelien Jacobs
|
7eb9b068eb
|
matroskadec: remove some useless empty lines
Originally committed as revision 14581 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:28 +00:00 |
|
Aurelien Jacobs
|
5efc8ec850
|
matroskadec: remove some useless or out of date comments
Originally committed as revision 14580 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:25 +00:00 |
|
Aurelien Jacobs
|
8f35a2c022
|
matroskadec: cosmetics
Originally committed as revision 14579 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:22 +00:00 |
|
Aurelien Jacobs
|
c171af9bd7
|
matroskadec: remove unused struct name
Originally committed as revision 14578 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:19 +00:00 |
|
Aurelien Jacobs
|
1e49ee4270
|
matroskadec: remove now unused context fields
Originally committed as revision 14577 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:16 +00:00 |
|
Aurelien Jacobs
|
70109c0d48
|
matroskadec: remove useless initialization
Originally committed as revision 14576 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:13 +00:00 |
|
Aurelien Jacobs
|
16f97ab050
|
matroskadec: cosmetics: remove useless braces
Originally committed as revision 14575 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:10 +00:00 |
|
Aurelien Jacobs
|
3143f13345
|
matroskadec: remove some unused ebml funcs
Originally committed as revision 14574 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:07 +00:00 |
|
Aurelien Jacobs
|
209472b45d
|
matroskadec: use generic parser to parse clusters
Originally committed as revision 14573 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:05 +00:00 |
|
Aurelien Jacobs
|
f06a488647
|
matroskadec: use generic parser inside matroska_execute_seekhead()
Originally committed as revision 14572 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:41:01 +00:00 |
|
Aurelien Jacobs
|
ce6f28bd35
|
matroskadec: use generic parser to parse matroska from toplevel
Originally committed as revision 14571 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:58 +00:00 |
|
Aurelien Jacobs
|
9c25bafacb
|
matroskadec: move context settings to matroska_read_header()
Originally committed as revision 14570 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:55 +00:00 |
|
Aurelien Jacobs
|
d88d806bd1
|
matroskadec: cosmetics: indentation of matroska_read_header()
Originally committed as revision 14569 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:52 +00:00 |
|
Aurelien Jacobs
|
9a9a3b03a6
|
matroskadec: move declaration to upper block
Originally committed as revision 14568 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:49 +00:00 |
|
Aurelien Jacobs
|
a636a56bf4
|
matroskadec: invert a test
Originally committed as revision 14567 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:46 +00:00 |
|
Aurelien Jacobs
|
4348571b1a
|
matroskadec: cosmetics: indentation of matroska_execute_seekhead()
Originally committed as revision 14566 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:43 +00:00 |
|
Aurelien Jacobs
|
82113343a7
|
matroskadec: remove useless dummy_level variable
Originally committed as revision 14565 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:40 +00:00 |
|
Aurelien Jacobs
|
13b350a3a4
|
matroskadec: use generic parser to parse seekhead
Originally committed as revision 14564 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:36 +00:00 |
|
Aurelien Jacobs
|
8ecdab8f5a
|
matroskadec: declare var where it's used
Originally committed as revision 14563 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:33 +00:00 |
|
Aurelien Jacobs
|
2cbc8811ab
|
matroskadec: use generic parser to parse tracks
Originally committed as revision 14562 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:31 +00:00 |
|
Aurelien Jacobs
|
29708581fc
|
matroskadec: use generic parser to parse info
Originally committed as revision 14561 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:27 +00:00 |
|
Aurelien Jacobs
|
b414cb892e
|
matroskadec: use generic parser to parse attachments
Originally committed as revision 14560 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:24 +00:00 |
|
Aurelien Jacobs
|
6bbd7c7b79
|
matroskadec: use generic parser to parse chapters
Originally committed as revision 14559 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:21 +00:00 |
|
Aurelien Jacobs
|
434d496a8a
|
matroskadec: use generic parser to parse tags
Originally committed as revision 14558 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:18 +00:00 |
|
Aurelien Jacobs
|
e5929fdf62
|
matroskadec: use generic parser to parse index
Originally committed as revision 14557 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:15 +00:00 |
|
Aurelien Jacobs
|
009ecd504e
|
matroskadec: return pointer instead of index in matroska_find_track_by_num()
Originally committed as revision 14556 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:12 +00:00 |
|
Aurelien Jacobs
|
28f450a992
|
matroskadec: create new AVStream earlier
Originally committed as revision 14555 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:09 +00:00 |
|
Aurelien Jacobs
|
fc4d335f6d
|
matroskadec: store an AVStream pointer instead of a stream index
Originally committed as revision 14554 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:06 +00:00 |
|
Aurelien Jacobs
|
6351132435
|
matroskadec: use generic ebml parser to parse ebml header
Originally committed as revision 14553 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:02 +00:00 |
|
Aurelien Jacobs
|
789ed100d7
|
matroskadec: add an ebml generic parser
Originally committed as revision 14552 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:40:00 +00:00 |
|
Aurelien Jacobs
|
6e35ae2a74
|
matroskadec: remove unused is_bframe flag
Originally committed as revision 14551 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:39:55 +00:00 |
|
Aurelien Jacobs
|
4eff97439b
|
matroskadec: simplify flag default
Originally committed as revision 14550 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:39:53 +00:00 |
|
Aurelien Jacobs
|
ead3006257
|
matroskadec: remove storage of various unused flags
Originally committed as revision 14549 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:39:50 +00:00 |
|
Aurelien Jacobs
|
5f8e022701
|
matroskadec: use more robust av_strlcpy() instead of strcpy()
Originally committed as revision 14548 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-08-05 00:39:47 +00:00 |
|
Aurelien Jacobs
|
d3d265b288
|
matroska: add support for A_QUICKTIME/QDM2 codec
Originally committed as revision 14430 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-07-27 15:12:00 +00:00 |
|
Aurelien Jacobs
|
f009e36f75
|
matroska: add support for V_QUICKTIME track type
Originally committed as revision 14429 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-07-27 15:11:04 +00:00 |
|
Aurelien Jacobs
|
46d1ff8382
|
correct path in *-uninstalled.pc
Originally committed as revision 14105 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-07-07 23:28:32 +00:00 |
|
Aurelien Jacobs
|
92b2bc59c9
|
add some missing dependencies
Originally committed as revision 14095 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-07-06 20:48:47 +00:00 |
|
Aurelien Jacobs
|
4231f05b28
|
VP3 parser can also handle VP6 without any changes.
Originally committed as revision 13990 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-26 17:14:20 +00:00 |
|
Aurelien Jacobs
|
51e1cc16d3
|
matroskadec: fix a memory leak
Originally committed as revision 13890 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-22 15:46:36 +00:00 |
|
Aurelien Jacobs
|
ded4241bb0
|
matroskadec: remove some useless code
Originally committed as revision 13783 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-16 23:11:02 +00:00 |
|
Aurelien Jacobs
|
03b9d94e86
|
matroskadec: remove some useless code
Originally committed as revision 13659 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-04 23:24:55 +00:00 |
|
Aurelien Jacobs
|
e9b56825be
|
cosmetics: indentation
Originally committed as revision 13658 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-04 23:15:08 +00:00 |
|
Aurelien Jacobs
|
fc4738ae96
|
matroskadec: don't remove dummy level when none was added
Originally committed as revision 13657 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-04 23:11:47 +00:00 |
|
Aurelien Jacobs
|
ca162a5004
|
Ensure the first audio stream is selected as the default stream
when no video stream is present.
Originally committed as revision 13648 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-03 15:19:43 +00:00 |
|
Aurelien Jacobs
|
401cdd519c
|
adjust comment to reality
Originally committed as revision 13647 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-03 15:14:21 +00:00 |
|
Aurelien Jacobs
|
94f6c011d6
|
matroskadec: sane default value for track->time_scale
Originally committed as revision 13646 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-03 15:09:30 +00:00 |
|
Aurelien Jacobs
|
ff2c222c37
|
matroskadec: fix potential mem leak
may or may not fix CID134 and CID135
Originally committed as revision 13636 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-02 23:37:14 +00:00 |
|
Aurelien Jacobs
|
34ae40971b
|
matroskadec: avoid potential mem leak
fix CID120
Originally committed as revision 13635 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-02 23:27:14 +00:00 |
|
Aurelien Jacobs
|
fe53fa253f
|
reorganize matroska_add_stream() to fix potential mem leak and buffer overflow
fix CID44
Originally committed as revision 13634 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-02 23:07:41 +00:00 |
|
Aurelien Jacobs
|
4b3dc529f5
|
matroskadec: move ARRAY_SIZE() macro at top of the file
Originally committed as revision 13633 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-02 23:01:14 +00:00 |
|
Aurelien Jacobs
|
9b85e378bf
|
bump micro version after commit r13615
Originally committed as revision 13632 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-02 23:00:04 +00:00 |
|
Aurelien Jacobs
|
934b910ba0
|
matroskadec: use the proper timestamp scaling for index entries
Originally committed as revision 13602 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-06-01 14:41:53 +00:00 |
|
Aurelien Jacobs
|
c2c3dedf6e
|
compute the end of all chapters when end is not specified in the container
Originally committed as revision 13363 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-24 21:44:29 +00:00 |
|
Aurelien Jacobs
|
ebea1d7668
|
cosmetics: indentation
Originally committed as revision 13280 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-24 12:56:05 +00:00 |
|
Aurelien Jacobs
|
570745cc51
|
remove useless title check
Originally committed as revision 13279 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-24 12:55:36 +00:00 |
|
Aurelien Jacobs
|
30897e764a
|
don't set a dummy chapter title when title is unknown
Originally committed as revision 13249 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-23 11:47:11 +00:00 |
|
Aurelien Jacobs
|
842ffee386
|
cosmetics: indentation
Originally committed as revision 13248 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-23 11:46:05 +00:00 |
|
Aurelien Jacobs
|
1ba056b689
|
allows adding chapters with NULL title
Originally committed as revision 13247 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-23 11:45:30 +00:00 |
|
Aurelien Jacobs
|
ad9d62ef22
|
matroskadec: allows inserting chapters with unspecified end
Originally committed as revision 13242 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-22 23:04:02 +00:00 |
|
Aurelien Jacobs
|
54dddf095c
|
matroskadec: add support for bzlib compressed tracks
Originally committed as revision 13177 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-15 23:12:41 +00:00 |
|
Aurelien Jacobs
|
e8214e0e48
|
cosmetics: alignment
Originally committed as revision 13176 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-15 23:11:11 +00:00 |
|
Aurelien Jacobs
|
f402916e4a
|
Add a check for bzlib; used in the Matroska demuxer.
Originally committed as revision 13175 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-15 23:09:34 +00:00 |
|
Aurelien Jacobs
|
2f79b4e8af
|
add missing \n in av_log message
Originally committed as revision 13152 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-13 23:33:15 +00:00 |
|
Aurelien Jacobs
|
fbb878ce0f
|
matroskadec: add support for zlib compressed tracks
Originally committed as revision 13151 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-13 23:32:13 +00:00 |
|
Aurelien Jacobs
|
b9a7da77ec
|
use enum type instead of int
Originally committed as revision 13089 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-09 01:59:33 +00:00 |
|
Aurelien Jacobs
|
db26212676
|
cosmetics: indentation
Originally committed as revision 13088 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-09 01:54:35 +00:00 |
|
Aurelien Jacobs
|
de3230fb96
|
matroskadec: add support for lzo compressed tracks
Originally committed as revision 13087 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-09 01:53:59 +00:00 |
|
Aurelien Jacobs
|
931141055b
|
remove useless comment
Originally committed as revision 13086 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-08 23:15:39 +00:00 |
|
Aurelien Jacobs
|
5d2b12f6de
|
matroskadec: fail gracefully when seeking don't work
Originally committed as revision 13085 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-08 23:11:13 +00:00 |
|
Aurelien Jacobs
|
5210529e2d
|
ensure vp56_decode_frame always return unchanged buf_size
Originally committed as revision 13083 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-08 21:59:51 +00:00 |
|
Aurelien Jacobs
|
53a1e82bd2
|
matroskadec: add support for track content encoding
Only the header strip method is supported for now.
Originally committed as revision 13082 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-08 21:47:31 +00:00 |
|
Aurelien Jacobs
|
7bfacd4e75
|
use common aac sample rate tables
Originally committed as revision 12671 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-04-02 21:41:48 +00:00 |
|
Aurelien Jacobs
|
2d1cb02588
|
check return value of matroska_find_track_by_num (fix a segfault)
Originally committed as revision 12659 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-31 20:16:04 +00:00 |
|
Aurelien Jacobs
|
074ac3c2d0
|
add out of bound stream index checks
fix issue379
Originally committed as revision 12417 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-10 21:23:06 +00:00 |
|
Aurelien Jacobs
|
6ed4eec550
|
add a temporary variable to simplify the code
Originally committed as revision 12415 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-10 21:09:27 +00:00 |
|
Aurelien Jacobs
|
b847847a0c
|
cosmetics: remove some empty lines
Originally committed as revision 12404 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-10 00:48:36 +00:00 |
|
Aurelien Jacobs
|
01ccf45b92
|
remove useless and misleading comments
Originally committed as revision 12403 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-10 00:45:25 +00:00 |
|
Aurelien Jacobs
|
36b0782e71
|
consistent use of MKTAG() in the codec_bmp_tags table
Originally committed as revision 12401 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-09 23:43:55 +00:00 |
|
Aurelien Jacobs
|
ab0b2e559a
|
cosmetics: alignment of the codec_bmp_tags table
Originally committed as revision 12400 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-09 23:34:14 +00:00 |
|
Aurelien Jacobs
|
9701840bb5
|
add FF_ prefix to all (frame)_TYPE usage
Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-09 23:31:02 +00:00 |
|
Aurelien Jacobs
|
a73cbf9709
|
huffman: add a zero_count flag and use it in fraps
fixes issue349
Originally committed as revision 12374 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-08 18:08:16 +00:00 |
|
Aurelien Jacobs
|
bac02ed3c5
|
huffman: pass hnode_first as a flag instead of as an argument on its own
Originally committed as revision 12373 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-08 17:57:13 +00:00 |
|
Aurelien Jacobs
|
9822564d1d
|
make compilation of mpeg12* and mpegvideo conditional
Originally committed as revision 12345 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-05 21:43:30 +00:00 |
|
Aurelien Jacobs
|
6cbe71bd06
|
move ff_mpeg1_dc_scale_table to mpegvideo.c
Originally committed as revision 12344 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-05 21:29:15 +00:00 |
|
Aurelien Jacobs
|
5a4334618c
|
add dependencies for matroska audio and nut muxers over lavc
Originally committed as revision 12339 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-05 16:34:47 +00:00 |
|
Aurelien Jacobs
|
dc85e85943
|
doxyfy frame type comments and add some more comments
Originally committed as revision 12337 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-05 15:23:54 +00:00 |
|
Aurelien Jacobs
|
48d533e6fa
|
define BI frame type along with other frame types
Originally committed as revision 12336 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-05 15:19:26 +00:00 |
|
Aurelien Jacobs
|
c06ccb1357
|
cosmetic: align
Originally committed as revision 12335 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-05 15:15:07 +00:00 |
|
Aurelien Jacobs
|
241227d8a8
|
remove some unneeded artificial dependencies from configure
Originally committed as revision 12334 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-05 14:50:42 +00:00 |
|
Aurelien Jacobs
|
591bf9b942
|
add some required objects dependencies
Originally committed as revision 12333 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-05 14:49:43 +00:00 |
|
Aurelien Jacobs
|
0c291f2d0f
|
Avoid linking with h263 and mpeg4 find_frame_end()
when those codecs are not enabled.
Originally committed as revision 12332 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-05 14:46:51 +00:00 |
|
Aurelien Jacobs
|
fbd4293df9
|
remove more useless mpegvideo.h includes
Originally committed as revision 12323 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-05 00:43:11 +00:00 |
|
Aurelien Jacobs
|
cbcd6c8ca9
|
move EDGE_WIDTH definition allong with draw_edges where it belongs
Originally committed as revision 12322 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-05 00:38:14 +00:00 |
|
Aurelien Jacobs
|
d37f007d54
|
remove #include "mpegvideo.h" where it is not needed
Originally committed as revision 12321 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-03-05 00:07:53 +00:00 |
|