comparison avformat.h @ 2850:082a99e44795 libavformat

typo ;)
author ivo
date Fri, 21 Dec 2007 00:22:40 +0000
parents 625c2c60f585
children 979a885a7686
comparison
equal deleted inserted replaced
2849:0182bdddc45e 2850:082a99e44795
270 } AVIndexEntry; 270 } AVIndexEntry;
271 271
272 /** 272 /**
273 * Stream structure. 273 * Stream structure.
274 * New fields can be added to the end with minor version bumps. 274 * New fields can be added to the end with minor version bumps.
275 * Removial, reordering and changes to existing fields require a Major 275 * Removal, reordering and changes to existing fields require a Major
276 * version bump. 276 * version bump.
277 * sizeof(AVStream) must not be used outside libav* 277 * sizeof(AVStream) must not be used outside libav*
278 */ 278 */
279 typedef struct AVStream { 279 typedef struct AVStream {
280 int index; /**< stream index in AVFormatContext */ 280 int index; /**< stream index in AVFormatContext */
351 #define AV_PROGRAM_RUNNING 1 351 #define AV_PROGRAM_RUNNING 1
352 352
353 /** 353 /**
354 * 354 *
355 * New fields can be added to the end with minor version bumps. 355 * New fields can be added to the end with minor version bumps.
356 * Removial, reordering and changes to existing fields require a Major 356 * Removal, reordering and changes to existing fields require a Major
357 * version bump. 357 * version bump.
358 * sizeof(AVProgram) must not be used outside libav* 358 * sizeof(AVProgram) must not be used outside libav*
359 */ 359 */
360 typedef struct AVProgram { 360 typedef struct AVProgram {
361 int id; 361 int id;
373 #define MAX_STREAMS 20 373 #define MAX_STREAMS 20
374 374
375 /** 375 /**
376 * format I/O context. 376 * format I/O context.
377 * New fields can be added to the end with minor version bumps. 377 * New fields can be added to the end with minor version bumps.
378 * Removial, reordering and changes to existing fields require a Major 378 * Removal, reordering and changes to existing fields require a Major
379 * version bump. 379 * version bump.
380 * sizeof(AVFormatContext) must not be used outside libav* 380 * sizeof(AVFormatContext) must not be used outside libav*
381 */ 381 */
382 typedef struct AVFormatContext { 382 typedef struct AVFormatContext {
383 const AVClass *av_class; /**< set by av_alloc_format_context */ 383 const AVClass *av_class; /**< set by av_alloc_format_context */