comparison avidec.c @ 3365:19bd4caf27a9 libavformat

consistency cosmetics: indices --> indexes
author diego
date Mon, 26 May 2008 23:14:25 +0000
parents 8c5e331b5071
children 2e9f19e0493b
comparison
equal deleted inserted replaced
3364:73da68338e64 3365:19bd4caf27a9
994 994
995 // av_log(NULL, AV_LOG_DEBUG, "XX %"PRId64" %d %"PRId64"\n", timestamp, index, st->index_entries[index].timestamp); 995 // av_log(NULL, AV_LOG_DEBUG, "XX %"PRId64" %d %"PRId64"\n", timestamp, index, st->index_entries[index].timestamp);
996 996
997 if (ENABLE_DV_DEMUXER && avi->dv_demux) { 997 if (ENABLE_DV_DEMUXER && avi->dv_demux) {
998 /* One and only one real stream for DV in AVI, and it has video */ 998 /* One and only one real stream for DV in AVI, and it has video */
999 /* offsets. Calling with other stream indices should have failed */ 999 /* offsets. Calling with other stream indexes should have failed */
1000 /* the av_index_search_timestamp call above. */ 1000 /* the av_index_search_timestamp call above. */
1001 assert(stream_index == 0); 1001 assert(stream_index == 0);
1002 1002
1003 /* Feed the DV video stream version of the timestamp to the */ 1003 /* Feed the DV video stream version of the timestamp to the */
1004 /* DV demux so it can synth correct timestamps */ 1004 /* DV demux so it can synth correct timestamps */