This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
nb_chapters should be unsigned
Originally committed as revision 13261 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
17 years ago
parent
7c8202cc92
commit
fbabf1e944
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/avformat.h
+ 1
- 1
libavformat/avformat.h
View File
@@ -522,7 +522,7 @@ typedef struct AVFormatContext {
*/
unsigned int max_picture_buffer;
int nb_chapters;
unsigned
int nb_chapters;
AVChapter **chapters;
} AVFormatContext;
Write
Preview
Loading…
Cancel
Save