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
cbs_mpeg2: Fix type for marker_bit reading
tags/n4.0
Mark Thompson
8 years ago
parent
f31478ba14
commit
5b2c71bb94
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/cbs_mpeg2.c
+ 1
- 1
libavcodec/cbs_mpeg2.c
View File
@@ -54,7 +54,7 @@
xui(width, name, current->name)
#define marker_bit() do { \
av_unused int one
= 1
; \
av_unused
u
in
t32_
t one; \
CHECK(ff_cbs_read_unsigned(ctx, rw, 1, "marker_bit", &one, 1, 1)); \
} while (0)
Write
Preview
Loading…
Cancel
Save