You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Add doxygen file header to libnut.c
Originally committed as revision 8315 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file libnut.c
|
||||
* NUT demuxing and muxing via libnut.
|
||||
* @author Oded Shimon <ods15@ods15.dyndns.org>
|
||||
*/
|
||||
|
||||
#include "avformat.h"
|
||||
#include "riff.h"
|
||||
#include <libnut.h>
|
||||
|
Reference in New Issue
Block a user