comparison mov.c @ 3424:7a0230981402 libavformat

Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me
author diego
date Tue, 03 Jun 2008 16:20:54 +0000
parents 0dfa207c5d69
children a9e3cae54bf1
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
1912 return 0; 1912 return 0;
1913 } 1913 }
1914 1914
1915 AVInputFormat mov_demuxer = { 1915 AVInputFormat mov_demuxer = {
1916 "mov,mp4,m4a,3gp,3g2,mj2", 1916 "mov,mp4,m4a,3gp,3g2,mj2",
1917 "QuickTime/MPEG4/Motion JPEG 2000 format", 1917 NULL_IF_CONFIG_SMALL("QuickTime/MPEG-4/Motion JPEG 2000 format"),
1918 sizeof(MOVContext), 1918 sizeof(MOVContext),
1919 mov_probe, 1919 mov_probe,
1920 mov_read_header, 1920 mov_read_header,
1921 mov_read_packet, 1921 mov_read_packet,
1922 mov_read_close, 1922 mov_read_close,