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
h264_sei: drop an unnecessary h264dec.h include
The code does not depend on the h264 decoder anymore and only needs information from h264_ps
tags/n3.2
Anton Khirnov
9 years ago
parent
b24dafe105
commit
1cf2f3d334
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/h264_sei.c
+ 1
- 1
libavcodec/h264_sei.c
View File
@@ -28,7 +28,7 @@
#include "avcodec.h"
#include "avcodec.h"
#include "get_bits.h"
#include "get_bits.h"
#include "golomb.h"
#include "golomb.h"
#include "h264
dec
.h"
#include "h264
_ps
.h"
#include "h264_sei.h"
#include "h264_sei.h"
#include "internal.h"
#include "internal.h"
Write
Preview
Loading…
Cancel
Save