Changeset ec166301915ef5a0b61fd4e21518f79c94f9ad12
- Timestamp:
- 05/11/02 15:52:28
(6 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1036507948 +0000
- git-parent:
[3e017c2600bc9ed2c0cc2dc1d4527b4c935aff3b]
- git-author:
- Sam Hocevar <sam@videolan.org> 1036507948 +0000
- Message:
- ./codec/dv/dv.c: moved this single file to its parent directory; removed
GetFirstPES in favour of input_ExtractPES/input_DeletePES calls.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r14aec21 |
rec16630 |
|
| 18 | 18 | codec/a52old/imdct/Modules.am \ |
|---|
| 19 | 19 | codec/cinepak/Modules.am \ |
|---|
| 20 | | codec/dv/Modules.am \ |
|---|
| 21 | 20 | codec/faad/Modules.am \ |
|---|
| 22 | 21 | codec/ffmpeg/Modules.am \ |
|---|
| rbfc4f0f |
rec16630 |
|
| 3 | 3 | SOURCES_araw = modules/codec/araw.c |
|---|
| 4 | 4 | SOURCES_vorbis = modules/codec/vorbis.c |
|---|
| | 5 | SOURCES_dv = modules/codec/dv.c |
|---|
| | 6 | #SOURCES_xvid = modules/codec/xvid.c |
|---|