comparison nut.c @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents ea5623a8efde
children a5c615b9d8ec
comparison
equal deleted inserted replaced
3285:ccfd981fe0fa 3286:6f61c3b36632
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #include "libavutil/tree.h"
22 #include "nut.h" 23 #include "nut.h"
23 #include "tree.h"
24 24
25 const AVCodecTag ff_nut_subtitle_tags[] = { 25 const AVCodecTag ff_nut_subtitle_tags[] = {
26 { CODEC_ID_TEXT , MKTAG('U', 'T', 'F', '8') }, 26 { CODEC_ID_TEXT , MKTAG('U', 'T', 'F', '8') },
27 { CODEC_ID_SSA , MKTAG('S', 'S', 'A', 0 ) }, 27 { CODEC_ID_SSA , MKTAG('S', 'S', 'A', 0 ) },
28 { CODEC_ID_DVD_SUBTITLE, MKTAG('D', 'V', 'D', 'S') }, 28 { CODEC_ID_DVD_SUBTITLE, MKTAG('D', 'V', 'D', 'S') },