Browse Source

vsrc_buffer.h: add file doxy

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
tags/n0.8
Stefano Sabatini Anton Khirnov 15 years ago
parent
commit
75abcdb391
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      libavfilter/vsrc_buffer.h

+ 5
- 0
libavfilter/vsrc_buffer.h View File

@@ -22,6 +22,11 @@
#ifndef AVFILTER_VSRC_BUFFER_H
#define AVFILTER_VSRC_BUFFER_H

/**
* @file
* memory buffer source API for video
*/

#include "libavcodec/avcodec.h" /* AVFrame */
#include "avfilter.h"



Loading…
Cancel
Save