Changeset 4f96ebd607c62dac7a21d6055514c07dd2d4cd09
- Timestamp:
- 05/06/08 01:31:23
(4 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1212622283 +0200
- git-parent:
[778665b00ee9e8788174eaa540f050276b18cf0f]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1212622283 +0200
- Message:
Remove debug (tip: put debug messages in spanish, they're easier to grep
for in english code)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2e65b47 |
r4f96ebd |
|
| 676 | 676 | p_chroma->fmt_out.video.i_rbshift = p_vout->output.i_rbshift; |
|---|
| 677 | 677 | p_chroma->fmt_out.video.i_lbshift = p_vout->output.i_lbshift; |
|---|
| 678 | | msg_Err( p_vout, "HOLA! %4.4s", (char*)&p_chroma->fmt_in.video.i_chroma ); |
|---|
| 679 | | msg_Err( p_vout, "HOLA! %4.4s", (char*)&p_chroma->fmt_out.video.i_chroma ); |
|---|
| 680 | 678 | p_chroma->p_module = module_Need( p_chroma, "video filter2", NULL, 0 ); |
|---|
| 681 | 679 | |
|---|