diff options
author | James Almer <jamrial@gmail.com> | 2024-06-16 13:55:25 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-06-20 08:57:45 -0300 |
commit | 53c8d417edb0e156f39e50b4166279ac7144318f (patch) | |
tree | 30b5530e7caec4011032b9cbcd4298e4d57201ab /libavformat/hlsenc.c | |
parent | 0eacad6921c6835d0432f02b1aa5ec9b492a3572 (diff) | |
download | ffmpeg-53c8d417edb0e156f39e50b4166279ac7144318f.tar.gz |
avformat: split off generic NAL function helpers into their own file
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/hlsenc.c')
-rw-r--r-- | libavformat/hlsenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 8a43ef6232..f5c0243cf1 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -50,6 +50,7 @@ #endif #include "hlsplaylist.h" #include "internal.h" +#include "nal.h" #include "mux.h" #include "os_support.h" #include "url.h" |